If you’re again struggeling, what about one of the dependent variables from the original exercises:
get_model_data() from the sjPlot package. You should set the option type = "pred" and define in the terms option your independent variable.
data.frame or a tibble.
bind_rows() function from the dplyr package or rbind() from base R.tibble using as_tibble() from the tibble package.
facet_wrap()) ggplot with the regression predictions.
bind_rows() function from the dplyr package or rbind() from base R.tibble using as_tibble() from the tibble package.